home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 July
/
CMCD0704.ISO
/
Software
/
Freeware
/
Comunicatii
/
htttrack
/
httrack-3.32-2.exe
/
{app}
/
src_win
/
WinHTTrack
/
BatchUpdate.cpp
< prev
next >
Wrap
C/C++ Source or Header
|
2002-02-03
|
1KB
|
47 lines
// BatchUpdate.cpp : implementation file
//
#include "stdafx.h"
#include "winhttrack.h"
#include "BatchUpdate.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBatchUpdate property page
IMPLEMENT_DYNCREATE(CBatchUpdate, CPropertyPage)
CBatchUpdate::CBatchUpdate() : CPropertyPage(CBatchUpdate::IDD)
{
//{{AFX_DATA_INIT(CBatchUpdate)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
CBatchUpdate::~CBatchUpdate()
{
}
void CBatchUpdate::DoDataExchange(CDataExchange* pDX)
{
CPropertyPage::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CBatchUpdate)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CBatchUpdate, CPropertyPage)
//{{AFX_MSG_MAP(CBatchUpdate)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CBatchUpdate message handlers